﻿@charset "utf-8";

.mainNav .li1 {
    width: 170px;
    _width: 170px;
}

.bodyOpen .s-form .input-box input {
    width: 230px;
}

#content {
    visibility: visible;
    overflow: hidden;
    padding: 0;
    background: none;
    width: 1200px;
    min-height: 130px;
}

.mainbanner {
    margin-bottom: 15px;
    position: relative;
}

.mainbanner .hd {
    position: absolute;
    right: 0;
    bottom: 5px;
    height: 10px;
    overflow: hidden;
    z-index: 99;
}

.mainbanner .hd li {
    float: left;
    width: 6px;
    height: 6px;
    line-height: 100px;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 50%;
    border: 2px solid #fff
}

.mainbanner .hd li.on {
    background: #fff
}

#hotKeyword {
    display: none
}

#header {
    position: relative;
    z-index: 1999;
}

#content {
    padding: 0;
    max-width: 1200px;
    _width: 1200px;
    margin-top: 15px;
    background: none;
    visibility: visible;
}

.column {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    top: 10px;
}

#columnA {
    margin-bottom: 15px;
}

#columnA .areaL {
    width: 580px;
    float: left;
}

#columnA .areaR {
    width: 560px;
    float: right;
    margin-left: 20px;
}

#columnA .mtjj {
    overflow: hidden;
}

#columnA .mtjj li {
    width: 186px;
    height: 50px;
    float: left;
    position: relative;
}

#columnA .mtjj li a i {
    position: absolute;
    left: 30px;
    top: 8px;
    z-index: 5;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url(../images/focusIcons.png);
    border-radius: 100%;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -khtml-transition: 300ms;
}

#columnA .mtjj li a {
    color: #fff;
    text-align: center;
    line-height: 50px;
    display: block;
    font-size: 16px;
    padding-left: 40px;
}

#columnA .mtjj li a:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -khtml-transform: rotateY(180deg);
}

#columnA .mtjj .li1 {
    background-color: #6baa5c;
    margin-right: 11px;
}

#columnA .mtjj .li2 {
    background-color: #d5b348;
    margin-right: 11px;
}

#columnA .mtjj .li3 {
    background-color: #88abda;
}

#columnA .mtjj .li1 i {
    background-position: center 10px;
}

#columnA .mtjj .li2 i {
    background-position: center -20px;
}

#columnA .mtjj .li3 i {
    background-position: center -50px;
}

/* 头条 */
.topNews {
    overflow: hidden;
    border-bottom: 2px #efefef solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.topNews .hd {
    float: left;
}

.topNews .bd {
    float: right;
    width: 1050px;
}

.topNews .bd ul li {
    float: left;
    width: 30%;
    text-align: center;
}

.topNews .bd ul li a {
    color: #444;
}

.topNews .bd ul li.first {
    width: 100%;
    padding: 5px 0;
}

.topNews .bd ul li.first a {
    color: #c30f0f;
    font-size: 26px;
}

.newsBox {
    overflow: hidden;
}

#indXwdt .hd {
    height: 49px;
    line-height: 49px;
}

#indXwdt .hd ul li.on {
    height: 42px;
}

#indXwdt .bd {
    padding: 5px 0;
}

#indXwdt .bd .infoList li {
    height: 35px;
    line-height: 35px;
}

#indXwdt .bd .infoList li a {
    color: #2a2a2a;
    font-size: 15px;
}

/* indBox */
.indBox .iHd {
    height: 44px;
    line-height: 44px;
    border-bottom: 2px solid #0068B7;
    overflow: hidden;
    margin-bottom: 20px;
}

.indBox .iHd h3 {
    float: left;
    font-size: 20px;
    color: #fff;
    background: #0068B7;
}

.indBox .iHd h3 a {
    float: left;
    display: block;
    padding: 0 20px;
    color: #fff;
}

.indBox .iHd h3 i {
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    background: url(../images/icons.png) #00599C center -509px no-repeat;
}

.indBox .iBd {
    overflow: hidden;
}

/* columnB */
#columnB {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0
}

#columnB .wHd {
    border: 1px #d4d4d4 solid;
    float: right;
    width: 198px;
    height: 458px;
}

#columnB .wHd ul {
    padding: 19px;
}

#columnB .wHd ul li {
    margin-bottom: 15px;
}

#columnB .wHd ul li a {
    display: block;
    position: relative;
    text-align: center;
    height: 50px;
    padding-top: 76px;
    font-size: 20px;
    color: #4e4e4e;
    font-weight: bold;
    background-color: #fce8ea;
    border: 1px #e8ced1 solid;
    border-radius: 5px;
}

#columnB .wHd ul li a i {
    display: block;
    width: 39px;
    height: 40px;
    position: absolute;
    top: 26px;
    left: 57px;
    z-index: 9;
    background: url(../images/colBIcons.png) no-repeat;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -khtml-transition: 300ms;
}

#columnB .wHd ul li.on a {
    border: 1px #ce1922 solid;
    background-color: #e22028;
    color: #fff;
    text-decoration: none;
}

#columnB .wHd ul .li1 a i {
    background-position: 0 0;
}

#columnB .wHd ul .li2 a i {
    background-position: 0 -120px;
}

#columnB .wHd ul .li3 a i {
    background-position: 0 -240px;
}

#columnB .wHd ul .li1.on a i {
    background-position: 0 -60px;
}

#columnB .wHd ul .li2.on a i {
    background-position: 0 -180px;
}

#columnB .wHd ul .li3.on a i {
    background-position: 0 -300px;
}

#columnB .wHd ul .li3 {
    margin-bottom: 0;
}

#columnB .wBd {
    border: 1px #d4d4d4 solid;
    float: left;
    width: 1160px;
    height: 458px;
}

#columnB #indZwgk {
    overflow: hidden;
    padding: 19px;
}

#columnB #indZwgk .areaL {
    width: 800px;
    float: right;
}

#columnB #indZwgk .areaL #indZcwj {
    margin-bottom: 20px;
}

#columnB #indZwgk .areaL #indZcwj .bd {
    padding: 5px 0;
}


/*常委会组成人员*/
#columnB #indZwgk .zcry {
    width: 1160px;
    height: atuo;
    float: left;
    margin-top: 18px;
}

#columnB #indZwgk .zcry ul {
    list-style: none;
}

#columnB #indZwgk .zcry ul li {
    list-style: none;
    width: 258px;
    height: 60px;
    float: left;
    background-color: #f7f6f4;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    text-align: center;
    color: #e12027;
    font-size: 22px;
    font-weight: bold;
    line-height: 60px;
    margin: 0 10px;
}

#columnB #indZwgk .zcry ul li a {
    color: #F00;
}

#columnB #indZwgk .zcry ul li a:hover {
    color: #F00;
}

#columnB #indZwgk .zcry ul li i {
    width: 44px;
    height: 60px;
    float: left;
    margin-left: 20px;
}


#columnB #indZwgk .areaL .zwxxgkgzyd {
    overflow: hidden;
}

#columnB #indZwgk .areaL .zwxxgkgzyd li {
    float: left;
    height: 26px;
    line-height: 26px;
    border-right: 1px #ced8e8 solid;
}

#columnB #indZwgk .areaL .zwxxgkgzyd li a {
    font-size: 16px;
    color: #346fcf;
    font-weight: bold;
    position: relative;
    padding: 0 20px 0 50px;
    text-align: center;
    display: block;
}

#columnB #indZwgk .areaL .zwxxgkgzyd li a i {
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 9;
    background: url(../images/colBIndZwgkIcons.png) no-repeat;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -khtml-transition: 300ms;
}

#columnB #indZwgk .areaL .zwxxgkgzyd li a:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -khtml-transform: rotateY(180deg);
}

#columnB #indZwgk .areaL .zwxxgkgzyd .li1 a i {
    background-position: 0 0;
}

#columnB #indZwgk .areaL .zwxxgkgzyd .li2 a i {
    background-position: 0 -39px;
}

#columnB #indZwgk .areaL .zwxxgkgzyd .li3 a i {
    background-position: 0 -80px;
}


#columnB #indZwgk .areaR {
    width: 300px;
    float: left;
}

#columnB #indZwgk .areaR #tzgg .bd {
    padding: 5px 0;
}

#columnB #indZwgk .areaR #tzgg .bd li {
    line-height: 22px;
    padding: 5px 0;
}

#columnB #indZwgk .areaR #tzgg .bd li {
    padding-left: 12px;
    background: url(../images/icon01.gif) no-repeat 0 12px;
}

#columnB #indZwgk .areaR #tzgg .bd li .dateRight {
    color: #989898;
    padding-left: 12px;
}

#columnB #indZwgk .areaR #zfxxgk .bd ul {
    overflow: hidden;
    padding: 5px 0;
}

#columnB #indZwgk .areaR #zfxxgk .bd ul li {
    float: left;
    width: 48%;
}

#columnB #indZwgk .areaR #zfxxgk .bd ul li a {
    background: url(../images/icon02.gif) no-repeat 20px center;
    padding-left: 32px;
}

/*
#columnB #indZwgk .areaR #zfxxgk .bd ul .li5 a{width:135px;height:40px;line-height:40px;background-color:#617fe0;display:block;text-align:center;color:#fff;margin-top:10px;}
#columnB #indZwgk .areaR #zfxxgk .bd ul .li6 a{width:135px;height:40px;line-height:40px;background-color:#6baa5c;display:block;text-align:center;margin:10px 0 0 10px;color:#fff;}
*/
/*columnB E*/

/*网上办事*/
#indWsbs {
    padding: 19px;
}

#indWsbs .areaR {
    float: right;
    width: 240px;
}

#indWsbs .areaQ {
    float: right;
    width: 240px;
    margin-left: 15px;
}

#indWsbs .areaL {
    float: left;
    width: 390px;
}

#indWsbs .areaL1 {
    float: left;
    width: 900px;
}

#indbsfw .hd {
    margin-bottom: 10px;
}

#indbsfw .bd {
    height: 290px;
}

#indbsfw .friList {
    margin-right: -20px;
}

#indbsfw .friList li {
    float: left;
    width: 390px;
    height: 30px;
    padding-top: 10px;
    font-size: 15px;
    _font-size: 14px;
    line-height: 16px;
    overflow: hidden;
}

#indbsfw .friList li span {
    width: 100px;
    height: 30px;
    float: right;
}

#indbsfw .friList li .pic {
    line-height: 0;
    display: block;
    height: 30px;
}

#indbsfw .friList li .noPic {
    height: 15px;
    overflow: hidden;
}

.zwfwdt {
    margin-right: -10px;
}

.zwfwdt a {
    width: 153px;
    float: left;
    margin-right: 10px;
    border: 1px solid #dfdfdf;
    transition: all 0.3s;
    text-decoration: none;
    line-height: 60px;
    font-size: 20px;
    color: #d80804;
    font-weight: bold;
    padding-left: 130px;
    background: url(../images/zwfwdticons.png) no-repeat 60px;
}

.zwfwdt a.a2 {
    background-position: -215px
}

.zwfwdt a:hover {
    background-color: #fce8ea;
    border-color: #e8ced1
}

.zwfwdt a.a3 {
    background-position: -470px
}

.zwfwdt a:hover {
    background-color: #fce8ea;
    border-color: #e8ced1
}

/*重点办事服务*/
#zdfwx {
    margin-bottom: -10px;
}

#zdfwx .hd h3 {
    margin: 0 auto
}

#zdfwx .bd {
    padding-top: 10px;
}

#zdfwx ul {
    margin-right: -10px;
}

#zdfwx li {
    float: left;
    width: 240px;
    height: 30px;
    padding-top: 10px;
    font-size: 15px;
    _font-size: 14px;
    line-height: 16px;
    overflow: hidden;
}


#indZdfw {
    margin-top: 20px;
}

#indZdfw .bd {
    padding: 20px;
}

#indZdfw .bd ul {
    overflow: hidden;
}

#indZdfw .bd ul li {
    float: left;
    width: 15%;
    margin: 5px 0.5%;
    text-align: center;
    display: inline;
}

#indZdfw .bd ul li a {
    display: block;
}

#indZdfw .bd ul li a i {
    display: block;
    width: 55px;
    height: 55px;
    margin: 0 auto;
    background: url(../images/indWsfwIcons.png) no-repeat;
    transition: 300ms;
    -webkit: transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -khtml-transition: 300ms;
}

#indZdfw .bd ul .li1 a i {
    background-position: 0 -168px;
}

#indZdfw .bd ul .li2 a i {
    background-position: 0 -336px;
}

#indZdfw .bd ul .li3 a i {
    background-position: 0 -504px;
}

#indZdfw .bd ul .li4 a i {
    background-position: 0 -672px;
}

#indZdfw .bd ul .li5 a i {
    background-position: 0 -840px;
}

#indZdfw .bd ul .li6 a i {
    background-position: 0 -1008px;
}

#indZdfw .bd ul .li7 a i {
    background-position: 0 -1176px;
}

#indZdfw .bd ul .li8 a i {
    background-position: 0 -1344px;
}

#indZdfw .bd ul .li9 a i {
    background-position: 0 -1512px;
}

#indZdfw .bd ul .li10 a i {
    background-position: 0 -1680px;
}

#indZdfw .bd ul .li11 a i {
    background-position: 0 -1848px;
}

#indZdfw .bd ul .li12 a i {
    background-position: 0 -2016px;
}

#indZdfw .bd ul .li1 a:hover i {
    background-position: 0 -252px;
}

#indZdfw .bd ul .li2 a:hover i {
    background-position: 0 -420px;
}

#indZdfw .bd ul .li3 a:hover i {
    background-position: 0 -588px;
}

#indZdfw .bd ul .li4 a:hover i {
    background-position: 0 -756px;
}

#indZdfw .bd ul .li5 a:hover i {
    background-position: 0 -924px;
}

#indZdfw .bd ul .li6 a:hover i {
    background-position: 0 -1092px;
}

#indZdfw .bd ul .li7 a:hover i {
    background-position: 0 -1260px;
}

#indZdfw .bd ul .li8 a:hover i {
    background-position: 0 -1428px;
}

#indZdfw .bd ul .li9 a:hover i {
    background-position: 0 -1596px;
}

#indZdfw .bd ul .li10 a:hover i {
    background-position: 0 -1764px;
}

#indZdfw .bd ul .li11 a:hover i {
    background-position: 0 -1932px;
}

#indZdfw .bd ul .li12 a:hover i {
    background-position: 0 -2100px;
}

/*民政互动*/
#indZmhd {
    padding: 19px;
    overflow: hidden;
}

#indZmhd .areaL {
    float: left;
    width: 600px;
}

#indZmhd .areaL #indsjxx .bd {
    height: auto;
}

#indZmhd .areaL #indsjxx .letterList {
    margin-top: 10px;
}

#indZmhd .areaL #indsjxx .letterList .title {
    width: 340px;
    font-size: 15px;
    _font-size: 14px;
}

#indZmhd .areaL #indsjxx .letterList th.title {
    padding-left: 15px;
}

#indZmhd .areaL #indsjxx .letterList .state {
    width: 15%;
}

#indZmhd .areaL #indsjxx .letterList .dep {
    display: none;
}

#indZmhd .areaL #indsjxx .letterList .date {
    width: 16%;
}

#indZmhd .areaL #indsjxx .letterList .ico {
}

#indZmhd .areaL .zwxxgkgzyd {
    overflow: hidden;
    margin: 0 -40px;
}

#indZmhd .areaL .zwxxgkgzyd li {
    height: 30px;
    line-height: 30px;
    float: left;
    border-right: 1px #ced8e8 solid;
    display: inline;
}

#indZmhd .areaL .zwxxgkgzyd li a {
    display: block;
    position: relative;
    padding: 0 20px 0 40px;
    margin: 0 40px;
    font-size: 16px;
    font-weight: bold;
    color: #1e5dc4;
}

#indZmhd .areaL .zwxxgkgzyd li a i {
    display: block;
    width: 34px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: url(../images/colBIcons2.png) no-repeat center 0;
    transition: 300ms;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -khtml-transition: 300ms;
}

#indZmhd .areaL .zwxxgkgzyd li a:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -khtml-transform: rotateY(180deg);
}

#indZmhd .areaL .zwxxgkgzyd .li3 {
    border-right: 0;
}

#indZmhd .areaL .zwxxgkgzyd .li2 a i {
    background-position: center -50px;
}

#indZmhd .areaL .zwxxgkgzyd .li3 a i {
    background-position: center -97px;
}

#indZmhd .areaR {
    float: right;
    width: 280px;
}

#indZmhd .areaR #wsdc h3, #indZmhd .areaR #myzj h3 {
    margin: 0 auto;
}

#indZmhd .areaR .boxA .hd {
    margin-bottom: 10px;
}

#indZmhd .areaR #wsdc {
    position: relative;
}

#indZmhd .areaR #wsdc .bd .title {
    padding-left: 12px;
    line-height: 24px;
}

#indZmhd .areaR #wsdc .bd ul .title a {
    font-size: 15px;
    _font-size: 14px;
}

#indZmhd .areaR #wsdc .bd ul span {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    text-align: center;
    margin: 5px 0 5px 12px;
}

#indZmhd .areaR #wsdc .bd ul span a {
    color: #fff;
}

#indZmhd .areaR #wsdc .bd ul .join {
    background-color: #88abda;
}

#indZmhd .areaR #wsdc .bd ul .result {
    background-color: #d5b348;
}

#indZmhd .areaR #wsdc .hd ul {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -50px;
}

#indZmhd .areaR #wsdc .hd ul li {
    border: 0;
    background: none;
    float: left;
    height: 5px;
    overflow: hidden;
    width: 20px;
    border-radius: 3px;
    background: #cecece;
    margin: 0 5px;
}

#indZmhd .areaR #wsdc .hd ul li.on {
    background: #346fcf
}

/*columnC----------------------------------------------*/
#columnC {
    margin-top: 0;
    margin-bottom: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0
}

#columnC .ztzl {
    border: 1px #d4d4d4 solid;
    margin-top: 20px;
    position: relative;
}

#columnC .ztzl .prev, #columnC .ztzl .next {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    z-index: 9;
    background: url(../images/arrows.png) no-repeat;
    cursor: pointer;
}

#columnC .ztzl .prev {
    top: 20px;
}

#columnC .ztzl .next {
    bottom: 20px;
    background-position: 0 -90px;
}

#columnC .ztzl .prev:hover {
    background-position: 0 -45px;
}

#columnC .ztzl .next:hover {
    background-position: 0 -135px;
}

#columnC .ztzl ul {
    overflow: hidden;
    padding: 19px;
}

#columnC .ztzl ul li {
    float: left;
    margin-right: 15px;
}

#columnC .ztzl ul li .tit {
    display: none;
}

/*columnD*/
#indYqlj h3 {
    width: 150px;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-bottom: 0;
    color: #1e5dc4;
    font-size: 20px;
    font-weight: bold;
    background: url(../images/wzdh_1.jpg) no-repeat 5px;
    padding-left: 42px;
    margin-top: 5px;
}

#indYqlj ul {

}

#indYqlj ul li {
    float: left;
    margin: 10px 0px 0 8px;
}

#indYqlj ul li a {
    display: block;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

#columnD {
    margin-bottom: 15px;
}

/*indYqlj*/
#indYqlj select {
    width: 205px;
    height: 42px;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 20px;
    border: 1px solid #ccc;
    text-align: center;
}

/*首页背景图*/

.indbg {
    position: fixed !important;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.indbg img {
    width: 100%;
    height: auto;
}


.bodyOpen #footer {
    width: 100%;
    bottom: 0;
}

/*--
颜色代码
#0068B7 深色标题
#ddd 淡色边框
--*/
#time {
    height: 120px;
    text-align: center;
    font: bold 36px/92px "宋体";
    color: #fff;
    text-indent: -1em;
    background: url(../images/mayangbanner.jpg) no-repeat;
}

#time a {
    color: #fff;
    display: block;
    text-decoration: none;
}

#time span {
    color: #ffeb00
}


/*首页幻灯片展示*/
.internal-js-header .active {
    color: red;
}

.internal-js-header .active a {
    color: red;
}

.internal-js-header .active a:hover {
    color: red;
}

.internal-js-header .active::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: red;
}

.internal-js-header {
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}

.internal-js-header > div {
    float: left;
    font-size: 16px;
    position: relative;
    cursor: default;
    padding: 5px 15px;
    font: bold 16px/40px "微软雅黑", "宋体";
}


/*新闻中心列表页*/
.mar10 {
    margin-left: 10px;
}

.mar15 {
    margin-left: 15px;
}

.mar20 {
    margin-left: 20px;
}

.h15 {
    margin-top: 15px;
}

.xwzxlb {
    width: 570px;
    height: auto;
    float: left;
}

.xwzxlb .xwzxlb_top {
    width: 570px;
    height: 42px;
    float: left;
    border-bottom: 1px solid #ccc;
}

.xwzxlb .xwzxlb_top h2 {
    width: 116px;
    height: 40px;
    float: left;
    border-left: 1px solid #d4d4d4;
    border-top: 3px solid #d80804;
    border-right: 1px solid #d4d4d4;
    border-bottom: 0;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    background: #FFF;
    padding: 0 5px;
    text-align: center;
    color: #d70707;
}

.xwzxlb .xwzxlb_top .xwzxlb_more {
    color: #333;
    float: right;
    line-height: 30px;
}

.xwzxlb .xwzxlb_top .xwzxlb_more a {
    color: #333;
}

.xwzxlb .xwzxlb_top .xwzxlb_more a:hover {
    color: #F00;
}


.xwzxlb ul {
    list-style: none;
    width: 570px;
    margin-top: 10px;
}

.xwzxlb ul li {
    list-style: none;
    width: 550px;
    height: 30px;
    float: left;
    font: 15px/30px "微软雅黑", "宋体";
    color: #333;
    background: url(../images/icon01.gif) no-repeat 5px 12px;
    padding-left: 20px;
}

.xwzxlb ul li a {
    color: #333;
}

.xwzxlb ul li a:hover {
    color: #F00;
}

.xwzxlb ul li span {
    width: 60px;
    height: 30px;
    float: right;
    font-size: 14px;
}


.lbxwzx {
    width: 570px;
    height: auto;
    float: left;
}

.lbxwzx .lbxwzx_top {
    width: 570px;
    height: 112px;
    float: left;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.lbxwzx .lbxwzx_top .lbtt {
    width: 550px;
    height: 46px;
    float: left;
    text-align: center;
    font: bold 20px/46px "微软雅黑", "宋体";
    color: #F00;
    padding: 0 10px;
}

.lbxwzx .lbxwzx_top .lbtt a {
    color: #F00;
}

.lbxwzx .lbxwzx_top .lbtt a:hover {
    color: #F00;
}

.lbxwzx .lbxwzx_top .lbjj {
    width: 570px;
    height: 55px;
    float: left;
    font-size: 14px;
    line-height: 25px;
}

.lbxwzx .lbxwzx_top .lbjj a {
    color: #F00;
}

.lbxwzx .lbxwzx_top .lbjj a:hover {
    color: #F00;
}


.lbxwzx ul {
    list-style: none;
    width: 570px;
}

.lbxwzx ul li {
    list-style: none;
    width: 550px;
    height: 30px;
    float: left;
    font: 15px/30px "微软雅黑", "宋体";
    color: #333;
    background: url(../images/icon01.gif) no-repeat 5px 12px;
    padding-left: 20px;
}

.lbxwzx ul li a {
    color: #333;
}

.lbxwzx ul li a:hover {
    color: #F00;
}

.lbxwzx ul li span {
    width: 60px;
    height: 30px;
    float: right;
    font-size: 14px;
}


/*list  列表页*/

.lb_left {
    width: 280px;
    height: auto;
    float: left;
}

.lb_left .lb_left_top {
    width: 280px;
    height: 80px;
    float: left;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    line-height: 80px;
    background-color: #ab0d04;
}

.lb_left .lb_left_bottom {
    width: 240px;
    border: 1px solid #efefef;
    padding: 19px;
    float: left;
}


.lb_right {
    width: 860px;
    float: right;
}

.lb_right .lb_right_top {
    width: 860px;
    height: 40px;
    float: left;
    border-bottom: 1px solid #E1E1E1;
}

.lb_right .lb_right_top h2 {
    /*width: 180px;*/
    height: 40px;
    float: left;
    border-bottom: 3px solid #d80804;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #d70707;
}

.lb_right ul {
    list-style: none;
    width: 860px;
    margin-top: 10px;
    float: left;
}

.lb_right ul li {
    list-style: none;
    width: 840px;
    height: 40px;
    float: left;
    border-bottom: 1px solid #e1e1e1;
    font: 15px/40px "微软雅黑", "宋体";
    color: #333;
    background: url(../images/icon01.gif) no-repeat 5px 18px;
    padding-left: 20px;
}

.lb_right ul li a {
    color: #333;
}

.lb_right ul li a:hover {
    color: #F00;
}

.lb_right ul li span {
    height: 40px;
    float: right;
    font-size: 14px;
    color: #ccc;
}


/*category  网上互动*/

.xwzxlb1 {
    width: 770px;
    height: auto;
    float: left;
    padding: 0 20px;
}

.xwzxlb1 .xwzxlb_top {
    width: 770px;
    height: 42px;
    float: left;
    border-bottom: 1px solid #ccc;
}

.xwzxlb1 .xwzxlb_top h2 {
    width: 116px;
    height: 40px;
    float: left;
    border-left: 1px solid #d4d4d4;
    border-top: 3px solid #d80804;
    border-right: 1px solid #d4d4d4;
    border-bottom: 0;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    background: #FFF;
    padding: 0 5px;
    text-align: center;
    color: #d70707;
}

.xwzxlb1 .xwzxlb_top .xwzxlb_more {
    color: #333;
    float: right;
    line-height: 30px;
}

.xwzxlb1 .xwzxlb_top .xwzxlb_more a {
    color: #333;
}

.xwzxlb1 .xwzxlb_top .xwzxlb_more a:hover {
    color: #F00;
}


.xwzxlb1 ul {
    list-style: none;
    width: 770px;
    margin-top: 10px;
}

.xwzxlb1 ul li {
    list-style: none;
    width: 750px;
    height: 30px;
    float: left;
    font: 15px/30px "微软雅黑", "宋体";
    color: #333;
    background: url(../images/icon01.gif) no-repeat 5px 12px;
    padding-left: 20px;
}

.xwzxlb1 ul li a {
    color: #333;
}

.xwzxlb1 ul li a:hover {
    color: #F00;
}

.xwzxlb1 ul li span {
    width: 60px;
    height: 30px;
    float: right;
    font-size: 14px;
}


.hdright {
    width: 310px;
    padding: 20px;
    float: right;
    background-color: #f9f9f9;
}

.yjjy {
    width: 310px;
    height: auto;
    float: left;
}

.yjjy .yjjy_top {
    width: 310px;
    height: 44px;
    float: left;
    line-height: 44px;
    border-bottom: 1px solid #d4d4d4;
}

.yjjy .yjjy_top h2 {
    margin: 0 auto;
    font: 18px/43px "微软雅黑", "宋体";
    color: #333;
    border-bottom: 3px #d80804 solid;
    width: 140px;
    text-align: center;
}

.yjjy ul {
    width: 310px;
    float: left;
}

.yjjy ul li {
    list-style: none;
    width: 290px;
    height: 35px;
    float: left;
    font: 15px/35px "微软雅黑", "宋体";
    color: #333;
    background: url(../images/icon01.gif) no-repeat 5px 18px;
    padding-left: 20px;
}

.yjjy ul li a {
    color: #333;
}

.yjjy ul li a:hover {
    color: #F00;
}


.yjjy1 {
    width: 310px;
    height: auto;
    float: left;
}

.yjjy1 ul {
    list-style: none;
    width: 310px;
}

.yjjy1 ul li {
    list-style: none;
    width: 310px;
    height: 65px;
    float: left;
    line-height: 65px;
    font-size: 22px;
    font-weight: bold;
    background-color: #fce6e8;
    text-align: center;
    margin: 15px 0;
}

.yjjy1 ul li a {
}

.yjjy1 ul li a:hover {
    width: 310px;
    height: 65px;
    line-height: 65px;
    font-size: 22px;
    font-weight: bold;
    background-color: #e22028;
    text-align: center;
    float: left;
    color: #FFF;
    text-decoration: none;
}

.yjjy1 ul li i {
    width: 40px;
    height: 42px;
    float: left;
}


/*网站地图*/
.wzdt {
    width: 830px;
    height: auto;
    float: left;
}

.wzdt .wzdt_tit {
    width: 820px;
    height: 30px;
    float: left;
    font: bold 16px/30px "Microsoft YaHei", "宋体";
    color: #0C65B5;
    background-color: #eee;
    margin-top: 10px;
    padding-left: 10px;
}

.wzdt .wzdt_tit a {
    font: bold 16px/30px "Microsoft YaHei", "宋体";
    color: #F00;
}

.wzdt .wzdt_tit a:hover {
    font: bold 16px/30px "Microsoft YaHei", "宋体";
    color: #F00;
}

.wzdt .wzdt_bottom {
    width: 830px;
    height: auto;
    float: left;
}

.wzdt .wzdt_bottom ul {
    list-style: none;
    width: 830px;
    height: auto;
}

.wzdt .wzdt_bottom ul li {
    list-style: none;
    padding: 0 30px;
    height: 30px;
    float: left;
    font: 14px/30px "Microsoft YaHei", "宋体";
    color: #333;
}

.wzdt .wzdt_bottom ul li a {
    font: 14px/30px "Microsoft YaHei", "宋体";
    color: #333;
}

.wzdt .wzdt_bottom ul li a:hover {
    font: 14px/30px "Microsoft YaHei", "宋体";
    color: #F00;
}


/*show  文章页*/
.articleCon {
    text-align: left;
    padding: 20px 0;
}

.title1 {
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    height: auto;
    width: 66%;
    margin: 0 auto;
}

.property {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 6px 10px;
    text-align: center;
    color: #777;
    border-bottom: 1px solid #ddd; /* background: #F8F8F8; */
    position: relative;
}

.property .print {
    display: inline-block;
    background: url(../images/print.jpg) 20px center no-repeat;
    padding-left: 42px;
}

.conTxt {
    color: #333;
    font-size: 16px;
    line-height: 2;
    padding: 0 0 20px 0;
    overflow: hidden;
    min-height: 400px;
}

.conTxt img {
    max-width: 800px;
    height: auto !important;
}

.conTxt p {
    margin-bottom: 20px;
}

.conTxt a {
    color: blue;
    text-decoration: underline;
}

.conTxt em {
    font-style: italic;
}


/*文章分页*/
.contentpage {
    text-align: center;
    margin-bottom: 20px;
}

.contentpage a {
    border-radius: 3px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin-left: 5px;
    border: 1px solid #ccc;
    width: 5px;
    background: url(../images/w3c_tt.png) repeat-x top left;
}

.contentpage .total {
    border-radius: 3px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin-left: 5px;
    border: 1px solid #ccc;
    background: url(../images/w3c_tt.png) repeat-x top left;
}

.contentpage a:hover {
    color: #2267b5;
    background: url(../images/w3c_ttt.png) repeat-x top left;
}

.contentpage .thisclass {
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #2267b5;
    background: url(../images/w3c_ttt.png) repeat-x top left;
}

.contentpage .thisclass a, .contentpage .thisclass a:hover {
    border-radius: 3px;
    color: #2267b5;
    font-weight: bold;
    padding: 0 10px;
}

/*上一页,下一页*/
.page {
    border-top: 1px solid #ccc;
    height: auto;
    padding: 5px 20px;
}

.page p {
    line-height: 2;
}


/*列表分页*/
.fanye {
    border: 0px solid #ccc;
    border-top: none;
    height: auto;
    padding: 8px;
    width: 100;
    text-align: center;
}

.fanye a {
    display: inline-block;
    line-height: 25px;
    padding: 0 10px;
    height: 25px;
    border: 1px solid #ccc;
    background: url(../images/w3c_tt.png) repeat-x left top;
    border-radius: 3px;
    margin: 0 3px;
}

.fanye a:hover {
    color: #2267b5;
    background: url(../images/w3c_ttt.png) repeat-x left top;
}

.fanye .thisclass {
    display: inline-block;
    padding: 0 10px;
    line-height: 25px;
    height: 25px;
    color: #2267b5;
    font-weight: bold;
    border: 1px solid #ccc;
    background: url(../images/w3c_ttt.png) repeat-x left top;
    border-radius: 3px;
}

.fanye .pageinfo {
    border-radius: 3px;
    padding: 0 10px;
    display: inline-block;
    line-height: 25px;
    padding: 0 10px;
    height: 25px;
    border: 1px solid #ccc;
    background: url(../images/w3c_tt.png) repeat-x left top;
}

.fanye .last {
    color: #ccc;
    display: inline-block;
    line-height: 25px;
    padding: 0 10px;
    height: 25px;
    border: 1px solid #ccc;
    background: url(../images/w3c_tt.png) repeat-x left top;
    border-radius: 3px;
}


.infoList {
    text-align: left;
}

.infoList li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.infoList li a {
    padding-left: 12px;
    background: url(../images/icon01.gif) left center no-repeat;
}

.infoList li .date {
    font-size: 14px;
    margin-left: 15px;
    float: right;
    color: #999;
}

.infoList li .node {
    color: #f00;
    margin-right: 5px;
}

/* 通用带图片的信息列表_普通式 */
.picList li {
    text-align: center;
}

.picList li .pic img {
    width: 95px;
    height: 125px;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
}

.picList li .pic a:hover img {
    border-color: #aaa;
}

.picList li .title {
    padding-top: 5px;
}

/* 通用带图片的信息列表_普通式 - 横排浮动 */
.picListFl {
    margin-right: -2%;
    overflow: hidden;
    zoom: 1;
}

.picListFl li {
    width: 23%;
    margin-right: 2%;
    text-align: center;
    float: left;
    *display: inline;
    overflow: hidden;
}

.picListFl li .pic {
    overflow: hidden
}

.picListFl li .pic img {
    width: 100%;
    transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    height: auto;
}

.picListFl li .title {
    font-size: 14px;
    padding-top: 8px;
    max-height: 56px;
}

.picListFl li:hover .pic img {
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
}

/* 内容带图片的信息列表_普通式 - 左图片右文字 */
.txtPicList li {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.txtPicList li .pic {
    width: 96px;
    float: left;
}

.txtPicList li .pic img {
    width: 90px;
    height: 90px;
    padding: 2px;
    border: 1px solid #ddd;
    background: #fff;
}

.txtPicList li .pic a:hover img {
    border-color: #aaa;
}

.txtPicList li .con {
    width: 230px;
    float: left;
    padding-left: 8px;
}

.txtPicList li .title {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #c30000;
    font-weight: bold;
}

.txtPicList li .title a {
    color: #c30000;
}

.txtPicList li .intro {
    color: #666;
    line-height: 20px;
}

.txtPicList li .intro .more {
    color: #c30000;
    font-size: 12px;
}

/* 内容带图片的信息列表_普通式 - 上图片下文字 */
.txtPicListB li .pic img {
    width: 190px;
    height: 120;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
}

.txtPicListB li .pic a:hover img {
    border-color: #aaa;
}

.txtPicListB li .title {
    height: 28px;
    line-height: 28px;
    font-weight: bold;
}

.txtPicListB li .title a {
    color: #9b770a;
}

.txtPicListB li .intro {
    color: #666;
}

.txtPicListB li .intro .more {
    color: #f60;
}

/* 头条图文信息列表_普通式 */
.topicList .t {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.topicList .t .title {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0 0;
    line-height: 40px;
    text-align: center;
}

.topicList .t .tit {
    color: #cd2512;
}

.topicList .t .tit:hover {
    color: #c30000
}

.topicList .t .intro {
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 25px;
}

.topicList .t .intro .more {
    color: #c30000;
}

.topicList .n {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.topicList .n .tit {
    padding-left: 18px;
    background: url(../images/icon01.gif) no-repeat 0 7px;
    font-size: 15px;
    _font-size: 14px;
}

.topicList .n .date {
    float: right;
    color: #999;
    margin-left: 10px;
}

/* 有图片时追加的类 class="topicList topicHasPic"  */
.topicHasPic .t {
    position: relative;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dashed #ccc;
}

.topicHasPic .pic {
    width: 160px;
    margin-right: 20px;
    float: left;
}

.topicHasPic .pic img {
    width: 100%; /* height: 120px; */
}

.topicHasPic .pic a:hover img {
    border-color: #aaa;
}

.topicHasPic .con {
    overflow: hidden;
    zoom: 1;
}

/* 焦点图切换-广告 */
.slideBox {
    height: 100px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    position: absolute;
    z-index: 1;
    right: 5px;
    bottom: 5px;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    font-size: 12px;
    float: left;
    margin-right: 2px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #000;
    cursor: pointer;
    color: #fff;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.slideBox .hd ul li.on {
    background: #f00;
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd .con {
    display: none;
}

/* 焦点图切换-新闻内容 */
.focusBox {
    margin-bottom: 15px; /* width: 100%; */
    overflow: hidden;
    position: relative;
}

.focusBox .hd {
    position: absolute;
    z-index: 1;
    right: 4px;
    bottom: 14px;
}

.focusBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.focusBox .hd ul li {
    float: left;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    background: url(../images/focusHd.png) no-repeat -24px 0;
    cursor: pointer;
    color: #fff;
}

.focusBox .hd ul li.on {
    background: url(../images/focusHd.png) no-repeat 0 0;
    color: #fff;
}

.focusBox .hd ul li span {
    display: none;
}

.focusBox .bd {
    position: relative;
    overflow: hidden;
}

.focusBox .bd li {
    position: relative;
}

.focusBox .bd .pic {
    position: relative;
    z-index: 0;
    line-height: 0;
}

.focusBox .bd .pic img {
    width: 580px;
    height: 340px;
    border: 0;
}

.focusBox .bd .con {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    height: 45px;
    line-height: 45px;
    text-align: left;
}

.focusBox .bd .con .title {
    position: absolute;
    width: 76%;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    overflow: hidden;
}

.focusBox .bd .con .title a {
    color: #fff;
    padding-left: 10px;
    text-decoration: none;
}

.focusBox .bd .con .titleBg {
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    height: 45px;
}

/* url_方块样式分页 */
.page {
    font-size: 0;
    text-align: left;
    padding: 25px 0;
    clear: both;
    overflow: hidden;
}

.page a,
.page span {
    font-size: 14px;
    float: left;
    *display: inline;
    zoom: 1;
    border: 1px solid #E1E1E1;
    padding: 0px 12px;
    margin: 0 3px 5px 0;
    line-height: 30px;
    height: 30px;
}

.page a:hover,
.page span:hover {
    border: 1px solid #1258AD;
    text-decoration: none;
    color: #1258AD;
}

.page .current {
    background: #1258AD;
    border: 1px solid #1258AD;
    color: #fff !important;
    font-weight: bold;
}

.page select,
.page input {
    margin: 0 4px;
    background: #fff;
    border: 0 solid #E1E1E1;
    vertical-align: middle;
}

.page input {
    text-align: center;
    padding: 0 4px;
    outline: none;
}


/*======================导航下拉=========================*/
/*1*/
.navbox01 {
    overflow: hidden;
}

.navbox01_L {
    float: left;
    width: 256px;
}

.title03 {
    font-size: 17px;
    color: #ce1805;
    border-bottom: 1px solid #dddcdc;
    padding-left: 36px;
    line-height: 34px;
    font-weight: bold;
    background: url(../images/icon08.jpg) no-repeat 14px 13px;
}

.rybox {
    overflow: hidden;
    margin: 20px 0 20px 15px;
}

.rybox dt {
    float: left;
}

.rybox dt h1 {
    font-size: 18px;
    color: #333;
    margin-right: 8px;
    font-weight: bold;
    line-height: 28px;
}

.rybox dt h2 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 28px;
}

.rybox .dt_02 {
    width: 150px;
    overflow: hidden;
}

.rybox .dt_02 h2 {
    float: left;
    margin: 0 10px;
}

.navbox01_M {
    float: left;
    width: 300px;
    margin: 0 0 0 43px;
}

.zrbox {
    overflow: hidden;
}

.zrbox li {
    float: left;
    margin-right: 20px;
}

.zrbox li img {
    display: block;
}

.zrname {
    margin: 8px 0 33px 12px;
}

.navbox01_M h1 {
    line-height: 32px;
    margin-top: 12px;
}

.iconzzjg {
    overflow: hidden;
    background-color: #f6eeee;
    border: 1px solid #e1e1e1;
    padding-left: 30px;
    width: 240px;
    height: 60px;
    margin-top: 20px;
}

.iconzzjg:hover {
    background-color: #ffe1e1;
}

.iconzzjg a {
    overflow: hidden;
}

.iconzzjg img {
    display: block;
    float: left;
    margin: 13px 32px 0 0;
}

.iconzzjg h4 {
    float: left;
    color: #ac0100;
    font-size: 24px;
    line-height: 60px;
}

.navbox01_R {
    float: left;
    width: 540px;
}

.news_tab100 {
    width: 100%;
}

.news_tab100 .inHd {
    line-height: 36px;
    height: 36px;
    border-bottom: 1px solid #dfdfdf;
}

.news_tab100 .inHd .more {
    float: right;
    line-height: 36px;
}

.news_tab100 .inHd .more a {
    font-size: 14px;
    color: #424242;
    margin-right: 10px;
}

.news_tab100 .inHd .more a:hover {
    color: #e81802;
}

.news_tab100 .inHd ul {
    z-index: 5;
    *position: absolute;
    height: 38px;
    overflow: hidden;
    zoom: 1;
    float: left;
}

.news_tab100 .inHd .title01 {
    float: right;
    margin-right: 8px;
}

.news_tab100 .inHd .title01 a {
    font-size: 13px;
}

.news_tab100 .inHd ul {
    *width: 510px;
}

.news_tab100 .inHd li {
    float: left;
    padding: 0 12px;
    cursor: pointer;
    background: #fff;
    font-size: 16px;
    color: #888888;
    font-weight: bold;
}

.news_tab100 .inHd span {
    float: righ;
    font-size: 16px;
    color: #747474;
}

.news_tab100 .inHd li.on {
    height: 36px;
    line-height: 36px;
    color: #cf2614;
    border-bottom: 2px solid #ce1906;
}

.news_tab100 .inBd {
    clear: both; /* position:relative;*/
    margin-top: 10px;
}

.news_tab100 .inHd .ntitle {
    background: url(../images/icon08.jpg) no-repeat 12px 14px;
    padding-left: 31px;
}

.news_tab100 .inHd .ntitle.on {
    border-bottom: none;
}

.nnew_box li {
    line-height: 29px;
}

.nlink {
    margin-top: 10px;
}


/*.news_tab01 .hd ul{ *width:510px;}*/
.news_tab01 .hd li {
    float: left;
    padding: 0 12px;
    cursor: pointer;
    background: #fff;
    font-size: 16px;
    color: #888888;
    font-weight: bold;
}

.news_tab01 .hd span {
    float: righ;
    font-size: 16px;
    color: #747474;
}

.news_tab01 .hd li.on {
    height: 36px;
    line-height: 36px;
    color: #cf2614;
    border-bottom: 2px solid #ce1906;
}

.news_tab01 .bd {
    clear: both; /* position:relative;*/
    margin-top: 10px;
}

.new_box {
    margin: 0 12px;
}

.new_box li {
    overflow: hidden;
    line-height: 35px;
    *line-height: 35px;
}

.new_box li .label {
    float: left;
    margin-right: 16px;
    color: #0068af;
}

.new_box li .new {
    float: left;
    color: #3d3d3d;
    font-size: 15px;
}

.new_box li .new .number {
    color: #666666;
    margin-right: 20px;
}

.new_box li .new:hover {
    color: #e81802;
}

.new_box li .new:hover .number {
    color: #e81802;
}

.new_box li .time {
    float: right;
    font-size: 15px;
    color: #888888;
}

.new_box li .action {
    float: right;
    color: #ce1805;
}

.new_box li .action:hover {
    color: #8a0f03;
}


.hang02_M {
    width: 454px;
    float: left;
    margin: 0 10px;
}

.news_tab04 {
    margin-top: 10px;
}

.news_tab05 {
    margin-top: 13px;
}

.zttab {
    margin-top: 14px;
}

.zttab .zttitle {
    float: left;
    margin-right: 60px;
}

.zttab .zttitle span {
    color: #ce1805;
    font-weight: bold;
    padding: 0 22px;
    border-bottom: 2px solid #ce1805;
    line-height: 34px;
    display: block;
}

.zttab .tab {
    overflow: hidden;
}

.zttab .tab a {
    display: block;
    float: left;
    width: 12px;
    height: 6px;
    background-color: #d0d0d0;
    margin: 0 2px;
    margin-top: 20px;
}

.zttab .tab a:hover {
    background-color: #ce1805;
}

.zttab .tab a.on {
    background-color: #ce1805;
}

.zttab .content {
    overflow: hidden;
    margin-top: 14px;
    height: 64px;
}

.zttab .content li {
    display: none;
}

.hang02_R {
    width: 250px;
    float: left;
}

.spbox {
    position: relative;
}

.spbox .bar {
    position: absolute;
    top: 128px;
    left: 0;
}

.news_tab03 .hd li {
    padding: 0 25px;
}

.news_tab03 .bd {
    margin-top: 4px;
}

/*2*/
.navbox02 {
    overflow: hidden;
}

.navbox02_L {
    float: left;
    width: 478px;
}

.navbox02_R {
    float: right;
    width: 606px;
}

.spbox01 {
    float: left;
    margin: 0 2px;
}

.spbox01 .bar {
    top: 88px;
}

.spboxcon {
    overflow: hidden;
}

.news_tab103 {
}

.ncon {
    overflow: hidden;
}

.nnew_box01 {
    float: left;
}


/*3*/
.navbox03 {
    overflow: hidden;
}

.navbox03_L {
    float: left;
    width: 490px;
    padding-left: 50px;
}

.navbox03_R {
    float: right;
    width: 440px;
}

.niconbox {
    overflow: hidden;
}

.niconbox li {
    float: left;
    margin: 0 2px;
}

.nicon {
    width: 146px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: #ce1805;
    background-color: #f6eeee;
    border: 1px solid #e1e1e1;
    font-size: 18px;
}

.nicon:hover {
    background-color: #ffe1e1;
}

.news_tab104 {
    margin-top: 10px;
}

.ntable02 {
    margin-top: 20px;
}

.ntable02 td {
    line-height: 32px;
}

.ntable02 .ntd {
    color: #ce1805;
    font-weight: bold;
}

/*04*/
.navbox04 {
    overflow: hidden;
}

.navbox04_L {
    float: left;
    width: 362px;
    padding-left: 15px;
}

.nhotnew {
    height: 54px;
    line-height: 54px;
    font-size: 21px;
    color: #ff1e00;
    font-weight: bold;
    background-color: #eeeeee;
    text-align: center;
}

.navbox04_R {
    float: right;
    width: 400px;
}

.niconbox01 {
    overflow: hidden;
}

.niconbox01 li {
    float: left;
    margin: 10px 9px;
}

.nicon01 {
    width: 110px;
    height: 63px;
    border: 1px solid #f3ba8f;
    color: #ff1f00;
    padding-left: 68px;
    background: url(../images/nicon.png) no-repeat 11px 16px;
    background-color: #f9f1ca;
    padding-top: 14px;
}

.nicon01:hover {
    background-color: #ffefa2;
}

.nicon02 {
    background: url(nicon01.png) no-repeat 11px 16px;
    background-color: #f9f1ca;
    padding-top: 26px;
    height: 51px;
}

/*05*/
.navbox05 {
    overflow: hidden;
}

.navbox05_L {
    width: 362px;
    float: left;
    padding-left: 15px;
}

.navbox05_R {
    width: 460px;
    float: right;
}

.nimgbox {
    overflow: hidden;
    margin-top: 30px;
}

.nimgbox li {
    float: left;
    margin: 0 14px;
}

.nimgbox li h1 {
    line-height: 50px;
    text-align: center;
}

.nimgbox li:hover h1 {
    color: #ac0100;
}

.niconbox02 {
    overflow: hidden;
}

.niconbox02 li {
    float: left;
    margin: 10px 5px;
}

.nicon03 {
    height: 66px;
    width: 120px;
    padding-left: 100px;
    border: 1px solid #e1e1e1;
    background: url(../images/nicon02.png) no-repeat 30px 10px;
    background-color: #f6eeee;
}

.nicon03:hover {
    background-color: #ffe1e1;
}

.nicon03 h1 {
    font-size: 24px;
    color: #ac0100;
    line-height: 66px;
}

.nicon04 {
    background: url(../images/nicon03.png) no-repeat 30px 10px;
    background-color: #f6eeee;
}

.nicon05 {
    background: url(../images/nicon04.png) no-repeat 30px 10px;
    background-color: #f6eeee;
}

.nicon06 {
    background: url(../images/nicon05.png) no-repeat 30px 10px;
    background-color: #f6eeee;
}

/*06*/
.navbox06 {
    overflow: hidden;
}

.navbox06_L {
    float: left;
    width: 490px;
    padding-left: 50px;
}

.navbox06_R {
    float: right;
    width: 504px;
    border: 1px solid #e1e1e1;
    padding: 20px 23px 20px 23px;
}

.ntable03 td {
    line-height: 40px;
}

.ntable03 .ntd_01 {
    color: #ce1805;
    font-weight: bold;
}

.nselect {
    width: 200px;
    height: 30px;
    border: 1px solid #e1e1e1;
    line-height: 30px;
}

.ntext {
    width: 200px;
    height: 30px;
    border: 1px solid #e1e1e1;
    line-height: 30px;
}

.nbnt {
    cursor: pointer;
    color: #ce1805;
    background-color: #f6eeee;
    border: 1px solid #e1e1e1;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.nbnt:hover {
    background-color: #ffe1e1;
}

.niconbox03 {
    overflow: hidden;
}

.niconbox03 li {
    float: left;
    border: 1px solid #e1e1e1;
    margin: 20px 7px 0 7px;
}

.nicon07 {
    background-color: #f6eeee;
    width: 270px;
    height: 60px;
    line-height: 60px;
}

.nicon08 {
    width: 354px;
}

.niconbox03 li img {
    float: left;
    margin: 10px 40px 0 44px;
}

.niconbox03 li h1 {
    float: left;
    color: #ac0100;
    font-size: 24px;
}

.nicon07:hover {
    background-color: #ffe1e1
}

/*07*/
.navbox07 {
    overflow: hidden;
}

.navbox07_L {
    float: left;
    width: 800px;
    padding-left: 160px;
}

.navbox07_R {
    float: right;
    width: 560px;
}

.news_tab112 {
    margin-top: 15px;
}

.ncon01 {
    overflow: hidden;
}

.ncon01 img {
    float: left;
}

.nnew_box02 {
    width: 410px;
    float: right;
}

/*08*/
.navbox08 {
    overflow: hidden;
}

.navbox08_L {
    float: left;
    width: 407px;
}

.navbox08_R {
    float: right;
    width: 500px;
}

.niconbox04 {
    overflow: hidden;
}

.niconbox04 li {
    float: left;
    margin: 3px;
}

.nicon09 {
    width: 102px;
    height: 58px;
    padding-left: 92px;
    border: 1px solid #e1e1e1;
    background: url(../images/nicon10.png) no-repeat 32px 10px;
    background-color: #f6eeee;
}

.nicon10 {
    background: url(../images/nicon11.png) no-repeat 32px 10px;
    background-color: #f6eeee;
}

.nicon11 {
    background: url(../images/nicon12.png) no-repeat 32px 10px;
    background-color: #f6eeee;
}

.nicon12 {
    background: url(../images/nicon13.png) no-repeat 32px 10px;
    background-color: #f6eeee;
}

.nicon13 {
    background-color: #f6eeee;
    width: 194px;
    height: 58px;
    border: 1px solid #e1e1e1;
    text-align: center;
}

.nicon13 h1 {
    font-size: 20px;
    color: #ac0100;
    line-height: 58px;
}

.nicon14 {
    background: url(../images/nicon14.png) no-repeat 113px 10px;
    background-color: #f6eeee;
    width: 246px;
    padding-left: 150px;
}

.nicon09 h1 {
    font-size: 20px;
    line-height: 58px;
}

.niconbox05 {
    margin: 0;
    margin-top: -6px;
}

.nicon13:hover {
    background-color: #ffe1e1;
}


.ciconbox {
    overflow: hidden;
    margin-bottom: 30px;
}

.ciconbox li {
    float: left;
    margin: 9px;
}

.cicon {
    width: 218px;
    height: 98px;
    background-color: #f9f1ca;
    border: 1px solid #efb27d;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
}

.cicon:hover {
    background-color: #ffed98;
}

.cicon h1 {
    color: #ff1e00;
    font-size: 22px;
    margin-top: 10px;
}
